#include "room.h"

#undef EXTRA_RESET
#define EXTRA_RESET\
    if (!arg) {\
       move_object(clone_object("players/vertebraker/obj/news_sign"), this_object()); \
    }

THREE_EXIT("room/adv_guild", "north",
	 "room/adv_inner2", "south",
         "room/adv_inner3", "west",
	 "The inner room of adventurers guild",
"This is the inner room of adventures guild. If you want to discuss LPC,\n" +
"then move to the room south from here.\n"+
"Only wizards can access this room.\n", 1)
